/***Video Page Start***/
dl, ol, ul {
	margin-bottom: 0 !important;
}

.bg-gray {
	background: #f8f9fa;;
}

.video-cont {
	padding: 3rem 3rem;
	display: flex;
	justify-content: space-between;
}

.video-block {
	width: 70%;
	background: #fff;
	float: left;
}

.related-video-block {
    width: 28%;
    margin-left: 2%;
    float: left;
}

.related-video {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #EDEEF1;
    border-radius: 0.25rem;
}

.related-video-block .card-header {
	padding: 1.4rem 2rem 1rem;
	font-size: 1.6rem;
	font-weight: 600;
	border-bottom: none;
}

.card-row {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EDEEF1;
	padding: 1rem 2rem;
}

.card-body {
	display: flex;
	flex-direction: column;
}

.card-img {
	width: 40%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.card-img img {
	width: 100%;
}

.card-text {
	width: 55%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.4rem;
    color: #282828;
    padding-left: 0rem;
}

.card-text  small {
	display: block;
	font-size: 1rem;
    font-weight: 300;
}

.video-info {
	padding: 1rem 2rem;
	position: relative;
}

.video-title {
	font-weight: 600;
	font-size: 1.4rem;
    line-height: 1.8rem;
	color: #282828;
	margin-bottom: 0.4rem;
}

.date-plays {
	display: flex;
}

.date {
	font-size: 1rem;
    line-height: 1.3rem;
	font-weight: 600;
    color: #282828;
	padding-right: 0.5rem;
}

.plays-no {
	font-size: 1rem;
	border-left: 1px solid #dee2e6!important;
	padding-left: 0.5rem;
    font-weight: 300;
    color: #545A60;
}

.media {
	margin: 3rem 0 1rem;
	display: flex;
	align-items: center;
}

.media-ico {
	background-color: rgb(246, 151, 133);
    font-weight: 600;
    color: rgb(255, 255, 255);
 	font-size: 0.9rem;
    border-radius: 50%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-text {
	font-size: 1.4rem;
	font-weight: 600;
	margin-left: 0.5rem;
}

.description p {
	font-size: 1rem;
    line-height: 1.3rem
    font-weight: 400;
	color: #4B5157;
}

.show-more-less {
	color: #0c7cdd;
	text-decoration: none;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
}

.show-more-less:before {
	content:'';
	 height:7px; 
	 width:7px; 
	 display:block; 
	 border:2px solid #0c7cdd; 
	 border-right-width:0; 
	 border-top-width:0;
	 transform:rotate(-45deg);
	 -webkit-transform:rotate(-45deg);
	 -moz-transform:rotate(-45deg);
	 -o-transform:rotate(-45deg);
	 -ms-transform:rotate(-45deg); 
	 position:absolute;
	 bottom:7px; 
	 right:-16px;
}

.show-more-less:visited, .show-more-less:focus {
	color: #0c7cdd;
	text-decoration: none;
}

.show-more-less:hover {
	text-decoration: none;
	color: #085394;
}

.show-more-less.active:before {
	border:2px solid #0c7cdd;
	border-left-width:0; 
	border-bottom-width:0; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	bottom: 3px;
}

.video-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: gray;
	padding: 2rem;
}

/***Video Page End***/


@media (max-width: 768px) {
	/***Video Page Start***/
	.related-video-block {
		display: none;
	}

	.video-cont {
		flex-direction: column;
		padding: 1rem 0;
	}

	.video-block {
		width: 100%;
	} 
	/***Video Page End***/
}